home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1529 / ccremove.ex_ / 0 / RCDATA / TMSGBOX / TMSGBOX.txt
Text File  |  1996-10-27  |  676b  |  39 lines

  1. object msgbox: Tmsgbox
  2.   Left = 560
  3.   Top = 303
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 203
  7.   ClientWidth = 265
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 249
  19.     Height = 153
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 32
  26.     Height = 13
  27.     Caption = 'Label1'
  28.   end
  29.   object Button1: TButton
  30.     Left = 184
  31.     Top = 168
  32.     Width = 73
  33.     Height = 25
  34.     Caption = 'OK'
  35.     TabOrder = 0
  36.     OnClick = Button1Click
  37.   end
  38. end
  39.